-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remix projects context menu #4893
Conversation
Job #10441: Bundle Size — 61.74MiB (~-0.01%).
Warning Bundle contains 57 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
View job #10441 report View feat/remix-projects-context-menu branch activity View project dashboard |
</DropdownMenu.Content> | ||
</DropdownMenu.Portal> | ||
|
||
<fetcher.Form /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this self closing tag do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's the form component for the fetcher used to send the requests, as per the remix docs https://remix.run/docs/en/main/hooks/use-fetcher#fetcherform
@@ -0,0 +1,4 @@ | |||
body { | |||
border: 1px solid transparent; /* Fix jumpy content when opening dropdowns */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks truly horrible!
Fix #4892
This PR is a followup to #4884 which adds a proper context menu for project entries.
open
,copy-link
,rename
)Notes
Screen.Recording.2024-02-14.at.12.33.58.PM.mov